Skip to content

Conversation

vasanth53
Copy link

@vasanth53 vasanth53 commented Mar 1, 2025

Summary

This PR adds support for the generic ECDSA signature algorithm by including :ecdsa in the +algorithms+ map. This allows users to utilize ECDSA without specifying a specific hash function.

Changes

  • Added :ecdsa entry to the +algorithms+ map, which initializes Signature with "ECDSA" using the Bouncy Castle provider.

Why?

  • Some use cases require the default ECDSA implementation without a predefined hash function.
  • Improves flexibility by providing an additional option for ECDSA signatures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant